home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / info-sys / www / tkhtml-2.3 / tkhtml-2 / tkHTML-2.3 / README < prev    next >
Encoding:
Text File  |  1995-02-26  |  2.5 KB  |  64 lines

  1. tkHTML-2.3, Feb. 25, 1995
  2. (c)1994 Liem Bahneman
  3.  
  4.  * Permission to use, copy, modify, and distribute this software
  5.  * and its documentation for any purpose and without fee is granted
  6.  * provided that the above copyright notice appears in all copies.
  7.  * It s provided "as is" without express or implied waranty.
  8.  
  9.  * This application uses the Tix widget set by Ioi Kim Lam
  10.  
  11. tkHTML-2.* has undergone major changes since the last version (1.32), namely 
  12. I decided to stop using XF to maintain it, and write it by hand. This allowed
  13. me to more easily modify and support it. 
  14.  
  15. See the ChangeLog for new features and changes. 
  16.  
  17. INSTALLING
  18.  
  19. Take a look at the Makefile, be sure that all the paths look correct. 
  20. I've included the parts of the Tix3.6c widget set tthat are required for
  21. tkHTML to operate. These files would like to be placed in a lib 
  22. directory, like /usr/local/lib (it will create the Tix subdirectory).
  23. Any other locations than this may require a little bit of editing of 'tkHTML'
  24. so it finds this lib directory correctly.
  25.  
  26. Now, just type 'make' and you're set.
  27.  
  28. Note: this requires that you also install the wwwish tk interpreter, 
  29. instead of the usual wish binary. tkHTML _can_ use wish, bit it will not
  30. be able to preview correctly. The source for wwwish can be found 
  31. where you got tkHTML.
  32.  
  33. RUNNING
  34.  
  35. tkHTML now has the ability to load a file from the command line, instead 
  36. of always having to load a file after starting:
  37.  
  38. % tkHTML foobar.html
  39.  
  40. Absolute and relative paths are ok. 
  41.  
  42. If there are any problems with paths being incorrect, just edit tkHTML to match
  43. your paths, specifically "tkhtmllibdir" and "tixlibdir".
  44.  
  45. CONFIGURING
  46.  
  47. tkHTML 2.* is much more flexible than 1.*, allowing for user-definable 
  48. fonts and point sizes in the edit and preview windows. To have these set 
  49. automatically, each time you run tkHTML, you may create a ~/.tkHTML 
  50. file, which has the same format as config.tcl. Here you can set which 
  51. font/point size you want and other items such as configuring an 
  52. international keyboard. A user's .tkHTML will override the default config.tcl.
  53.  
  54.  >> PLEASE NOTE: there is a new addition to config.tcl and ~/.tkHTML which
  55.     allows for the netscape options to be used. 
  56.  
  57. ----
  58. If you have any problems, questions or comments about tkHTML-2.3, which I'm 
  59. sure you will, please send them to roland@cac.washington.edu. 
  60.  
  61. Special thanks to Heiko Jacobs <jacobs@ipf.bau-verm.uni-karlsruhe.de> 
  62. for the Entities procedures and David Inglish <eaeu894@ea.oac.uci.edu> for the
  63. added Forms menu
  64.